Thread
:
session problem
View Single Post
#
2
(
permalink
)
May 9th, 2005, 09:23
D3mon
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.
D3mon
View Public Profile
Visit D3mon's homepage!
Find all posts by D3mon