View Single Post
  #3 (permalink)  
Old 01-21-2007, 06:58 AM
kgun's Avatar
kgun kgun is offline
WebProWorld 1,000+ Club
 

Join Date: May 2005
Location: Norway
Posts: 4,947
kgun RepRank 3kgun RepRank 3
Default

Have you included session_start() in the head of the file?

Session handling is not always easy: Related links here at WPW:

Disable session IDs in URL

php sessions for storing data

The best may be to learn OOP and write your own session class or import one that is already finished.
Reply With Quote