Jump to content

SESSION


jaymc

Recommended Posts

I've hit a new problem now

Step one : SESSION created on site.com
Step two : SESSION passed to chat.site.com via GET then a cookie created with the GET data
step three (problem) link clicked on chat.site.com pointing to site.com/messages/index.php. No session read by messages/index.php as session is not able to be passed from chat.site.com to site.com

Cant use get feature as the session is being used as a form of identification and authorisation

basically, I need to pass a username from chat.site.com to site.com and I cant use GET as it can be manipulated. It has to be done with a SESSION so members can inject a different username and gain access
Link to comment
https://forums.phpfreaks.com/topic/33394-session/#findComment-156706
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.