Thread: session problem
View Single Post
  #2 (permalink)  
Old May 9th, 2005, 09:23
D3mon D3mon is offline
Reputable Member
Join Date: Aug 2003
Location: United Kingdom
Posts: 341
Thanks: 0
Thanked 0 Times in 0 Posts
Sometimes I find that I have to set a session value twice in a row to get it to actually set correctly:

Code: Select all
session("test1") = "firefox"
session("test1") = "firefox"
Although I suspect this might not be the root of your problem.