Thread: Session Errors
View Single Post
  #2 (permalink)  
Old 07-13-2003, 09:24 AM
howard howard is offline
Junior Member
0 posts this year. needs some grease!
New user, who has not interacted much yet.
 
Join Date: Jul 2003
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Default Fixed sessions error, but not Template one yet

Changed line 256 in page.php from

session_register($session);

to

session_register($HTTP_SESSION_VARS['session']);

This fixed the session problem. Now I'll work on the template problem.

Howard
Reply With Quote