CodeIgniter Forums
Java Applet and Session Hi-Jacking - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Java Applet and Session Hi-Jacking (/showthread.php?tid=55521)



Java Applet and Session Hi-Jacking - El Forum - 10-30-2012

[eluser]Unknown[/eluser]
I have an applet I have coded which, when launched by the user, fetches a webpage from my site. Doing so shuts down the users session and forces them to re-login. I have read a similar topic here: http://cakephp.1045679.n5.nabble.com/CakePHP-session-lost-when-using-Java-Applet-td1274669.html using CakePHP, and I am assuming that is what is going on here. I would like to disable this security feature if possible and if that is what it is, but after going through the code, I am not sure where it is happening. If anyone can point me in the right direction I am sure I can figure out a workaround. Thanks!


Java Applet and Session Hi-Jacking - El Forum - 10-30-2012

[eluser]Unknown[/eluser]
I think I found the code in Session.php, line 192. I am going to play around with that and see if that fixes it.