Jump to content

Session Path Problems


StormTheGates

Recommended Posts

Hello everyone,  I am trying to implement a fast user online script. The purpose of this topic is dual. First I have this code:

 

$session_path = session_save_path();
    
echo "Path is $session_path";

 

This only returns the text "Path is" and then no path. Any ideas why?

 

Also with the method I am using it can only count the number of sessions. Any idea how I could pull out usernames and list them to?

Link to comment
https://forums.phpfreaks.com/topic/70399-session-path-problems/
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.