Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re^5: PHP Sessions and Perl

by tangent (Parson)
on Mar 16, 2021 at 19:50 UTC ( [id://11129790]=note: print w/replies, xml ) Need Help??


in reply to Re^4: PHP Sessions and Perl
in thread SOLVED! PHP Sessions and Perl

See: https://stackoverflow.com/questions/5593359/where-does-session-save

Summary:

"The session data that you read and write using $_SESSION is stored on server side, usually in text files in a temporary directory. They can not be accessed from outside."

"The session.save_path variable influences the location on the server where the session data is stored."

If you can find where the session is stored you may be able to retrieve the information you need.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11129790]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (3)
As of 2024-04-16 14:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found