Hi,
I'm trying to use session variables to deal with certain things that a user may type in to the 'home' page of a particular site.
He selects from several dropdowns, and these values are stored in session variables.
Now, throughout the site there are different .asp pages, which present html to the user. The question is--how do I ensure that each .asp page is part of the same Session as the first login?? This is beyond frustrating. Some pages are called via javascript's window.open (using the _self paramter, which I'd assume is the same window, and same session), and some are called by doing response.Redirect.
Is one of those methods the 'wrong' way? Is there a clearly defined way to call a new .asp page and have it be guaranteed that it's within the same session as the page which called it? All pages are in the same server, domain, site, application, etc, etc.
If not, then what would be the usefulness of a session variable?
Thanks,
--Jim
I'm trying to use session variables to deal with certain things that a user may type in to the 'home' page of a particular site.
He selects from several dropdowns, and these values are stored in session variables.
Now, throughout the site there are different .asp pages, which present html to the user. The question is--how do I ensure that each .asp page is part of the same Session as the first login?? This is beyond frustrating. Some pages are called via javascript's window.open (using the _self paramter, which I'd assume is the same window, and same session), and some are called by doing response.Redirect.
Is one of those methods the 'wrong' way? Is there a clearly defined way to call a new .asp page and have it be guaranteed that it's within the same session as the page which called it? All pages are in the same server, domain, site, application, etc, etc.
If not, then what would be the usefulness of a session variable?
Thanks,
--Jim