Forums
This topic is locked
Sessions Timing Out
Posted 18 Apr 2003 18:17:49
1
has voted
18 Apr 2003 18:17:49 Claire Gowland posted:
Hi there, just a small problem... I am using sessions for a user to negotiate my site so that only records appropriate to her location are being shown.. this works fine until i go to another page with a query on and then when i return to the initial page, i get the error that you need a current record. I can only assume that the session dosnt stay with the user wherever they go on the site???
any thoughts...??
Replies
Replied 18 Apr 2003 23:14:18
18 Apr 2003 23:14:18 Brent Colflesh replied:
You need to start a session on each page you are going to use a session variable - what scripting language are you using?
Regards,
Brent
Regards,
Brent
Replied 19 Apr 2003 13:03:26
19 Apr 2003 13:03:26 Claire Gowland replied:
HI Brent,
Thanks for that... im using Dreamweaver to write most of the code, but its VBscript and ASP. Im not too hot at programming. The help files in Dreamweaver did say anything about starting a session on each page. Is it just the <% Session("Development"
= Request.Form("sltDev"
%> that i specified on the first page.
Thanks
Claire
Thanks for that... im using Dreamweaver to write most of the code, but its VBscript and ASP. Im not too hot at programming. The help files in Dreamweaver did say anything about starting a session on each page. Is it just the <% Session("Development"


Thanks
Claire