2012-08-01 12:40:30
Session variables in php script
Hello, I'm using jquery calls (from my own custom module) to my own external php scripts for actions on a database, but how can I access session variables from the php script itself ? I don't want to pass them from javascript for security concerns.
I did a quick attempt by including vitals.inc but my script got much slower and instead of returning just one of my custom string, it returns a whole html page ... :D
I just need the member_id and of course to be sure that the client is logged in.