CodeIgniter Forums
Sessions and pubsub - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: Sessions and pubsub (/showthread.php?tid=33577)



Sessions and pubsub - El Forum - 08-31-2010

[eluser]Unknown[/eluser]
I set up an RSS feed for my site and when I did, I noticed I kept getting logged out every 30 minutes or so even though my session was set for quite a bit longer. It took a while, but I realized the rss updater Safari was using, 'PubSub', was the culprit. I think it was changing the cookie. The only way I found to fix it was to move my rss feed to a subdomain.

I hope this helps someone.


Sessions and pubsub - El Forum - 09-01-2010

[eluser]gyo[/eluser]
Thanks for sharing!