Page 1 of 1

Sessions

PostPosted: 19. January 2004 17:17
by chess4us
Hi I noticed that I get this warning when I run a certain program.

Warning: It appears your server does not support sessions (session.save_path = '.;C:\xampp\tmp')

This is what is in my php.ini

[Session]
; Handler used to store/retrieve data.
session.save_handler = files

; Argument passed to save_handler. In the case of files, this is the path
; where data files are stored. Note: Windows users have to change this
; variable in order to use PHP's session functions.
session.save_path= ".;C:\xampp\tmp"

Am I missing something simple or does xampp 1.2 have a problem with sessions.

Thanks