Can I use a session variable that I have created with php in perl?
Theoretically you could: you just need to know where (and also how) the PHP session is saved. If it is a normal file-based session save handler - you just need to have access to read PHP session files. Then you can read the content out of it and unserialize it (because PHP saves all session content serialized there). For unserializing you can use PHP serialize and unserialize in Perl implementation.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With