How can i get access to the cookies set by EE?
We are running a second application on the same domain and want to check by cookie if the user is logged - and if so - which username he has?
The login is done by EE -> cookie only (not session based).
How can the second application get information about the user?
EE-Cookies - User is not logged in:
- xx_last_activity
- xx_last_visit
- xx_tracker
EE-Cookies - User is logged in:
- xx_last_activity
- xx_last_visit
- xx_tracker
- xx_sessionid
- xx_experation
- xx_anon
The user information may be saved in the last three cookies.
But how can read or encrypt the info in the cookie out of EE??
Thanks in advance…