Search found 3 matches

by Magosoft
Mon Feb 23, 2004 3:14 pm
Forum: PHP - Code
Topic: session problem
Replies: 22
Views: 2896

Yaron, What operating system and web server are you using? Under Windows 2000+ you must give the anonymous user id the proper security level to write out session information to the path you have specified for writing sessions. Typically, the anonymous user is IUSR_<compname> I have the same problem...
by Magosoft
Mon Feb 23, 2004 2:56 pm
Forum: PHP - Code
Topic: sessions problem
Replies: 8
Views: 818

Ok, every I have done everything in the thread, but. I'm developing a page with Apache 1.3.X and php-4.3.4, under Windows 2000 professional. In my php.ini file I had set the session_path="C:\php\sessions" when I start the session with: <?php session_start(); $_SESSION['myvar]='Some string'...
by Magosoft
Mon Feb 23, 2004 2:54 pm
Forum: PHP - Code
Topic: Controling sessions
Replies: 7
Views: 645

Ok, every I have done everything in the thread, but. I'm developing a page with Apache 1.3.X and php-4.3.4, under Windows 2000 professional. In my php.ini file I had set the session_path="C:\php\sessions" when I start the session with: <?php session_start(); $_SESSION['myvar]='Some string'...