Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Open a page only once per session
Message
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Open a page only once per session
Divers
Thread ID:
00484194
Message ID:
00484194
Vues:
56
In my main page, I have a small JavaScript that opens another windows with web site's introduction page. In order to open this window when the main page opens, I put a call in the BODY's onload.

The problem is, I only want to open this page once per session so that when the same user revisits the main page in the same session it doesn't appear again. I'm using Session object to track every user so I can use Session('ViewIntroPage') or something to flag it but how/where can I call this so that it gets automatically run just the first time?
It's "my" world. You're just living in it.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform