G
Guest
I have a classic ASP application that determines whether a user is logged in by examining a Session Variable, Session("LoginId"). Once logged in there is a link to a new search page (.aspx) this page basicaly allows searcing of the database and selection of users from a DataGrid. When a user in the DataGrid is selected (using hyperlink) you are returned to the .asp page, however the Session("LoginId") is empty and the users then have to log in again ? This happens randomly, i.e. if a user logs in again and repeats the process they stay logged in ?
The .aspx files are in a different Virtual Directory to the .asp files; is there any way that I can persist the Session Variables between apps.
Any help appreciated.
Tony
The .aspx files are in a different Virtual Directory to the .asp files; is there any way that I can persist the Session Variables between apps.
Any help appreciated.
Tony