Retrieve session with GET parameter.
-
Hi,
Usually when a website uses default php session (a cookie named PHPSESSID) one can access a specific session through GET parameter (For example: https://www.site.com\index.php?PHPSESSID=12345678). I have checked and found out that WordPress uses different way to save session states. It passes three cookies. For example:
wordpress_test_cookie=WP+Cookie+check
wordpressuser_8ce502ee088766b3cb38163c9d2ec8b9=alkhimey
wordpresspass_8ce502ee088766b3cb38163c9d2ec8b9=21f795143df23d5a1d564501cc430e9fI can not figure out how to access a specific session throwgh GET params. Is it possible at all with WP?
Even if you have insights of how to make WP work with cookieless sessions this would give me some clue.Thank you.
- The topic ‘Retrieve session with GET parameter.’ is closed to new replies.