Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Open a page only once per session
Message
From
12/03/2001 14:36:54
 
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
Open a page only once per session
Miscellaneous
Thread ID:
00484194
Message ID:
00484194
Views:
57
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.
Next
Reply
Map
View

Click here to load this message in the networking platform