Jump to content

finding set session files


Recommended Posts

hey guys, up until today i didnt think it was possible to read sessions from all active users, then i found this post:

http://stackoverflow.com/questions/675913/looping-through-all-a-servers-sessions-in-php

 

so after setting a custom session save path like the answer to the above post suggests, i logged into my site (local sever) with no problems (meaning a session will have been set)... but when i went to the dir i set for sessions to save to, the dir was completely empty  :S

 

below is a screenshot of my php.ini config for the session settings... can anyone see a possible problem with my current settings preventing sessions from being saved to my chosen dir (/home/jacko/LocalHost/sess)?

 

iekthf.png

 

(btw, like the guy from the link, i need to be able to read all set sessions to see which users are currently online at the time)

 

thanks for reading

Link to comment
https://forums.phpfreaks.com/topic/212391-finding-set-session-files/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.