I´m an asp beginner trying to set up a protected sub-web with a access database. On a localhost everything works fine. After uploading to host-server the SessionID was lost after logged-in user started to view different pages and was sent back to login.asp. The host-server´s support people tell me that the application is "swapped" onto different servers according to the load on any particular time or day and that the Session cannot be held unless stored in a file or database on the server.
In order to keep the validation state, can anyone suggest what code I would need to store the SessionID (or SessionObject?) in a file or databank on the server, or where I can go to learn up on this.
All help much appreciated.
In order to keep the validation state, can anyone suggest what code I would need to store the SessionID (or SessionObject?) in a file or databank on the server, or where I can go to learn up on this.
All help much appreciated.