Link to home
Start Free TrialLog in
Avatar of nasteal
nasteal

asked on

PHP Sessions seem to not work

I'm trying to get egroupware to work, however it gives me the following error:
Your session could not be verified.

My php.ini session.save path is:
session.save_path = /tmp

and the /tmp directory looks like this:

drwxrwxrwx   24 root root   4096 Nov  2 05:10 tmp

I am able to su to any user on the box and write a file to /tmp

PHP version 5.2, Fedora core 2
Avatar of MicahStevens
MicahStevens

When do you get this error, after session_start()?
ASKER CERTIFIED SOLUTION
Avatar of lucki_luke
lucki_luke
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of nasteal

ASKER

Actually that did work Lucki_luke, i switched from php sessions to SQL sessions and it works but gives me an error. Access not permitted. Anyway I'd like to figure out why PHP sessions do not work but i guess that's another topic.
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial