<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Killing session on browser close in Codeigniter</title>
	<atom:link href="http://www.mahbubblog.com/php/killing-session-on-browser-close-in-codeigniter/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mahbubblog.com/php/killing-session-on-browser-close-in-codeigniter/</link>
	<description>PHP, JQUERY, JAVASCRIPT fun</description>
	<lastBuildDate>Wed, 01 Feb 2012 07:20:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Rupert</title>
		<link>http://www.mahbubblog.com/php/killing-session-on-browser-close-in-codeigniter/comment-page-1/#comment-965</link>
		<dc:creator>Rupert</dc:creator>
		<pubDate>Wed, 28 Sep 2011 16:42:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.mahbubblog.com/?p=203#comment-965</guid>
		<description>yep - $config[&#039;sess_expire_on_close&#039;] = TRUE;</description>
		<content:encoded><![CDATA[<p>yep &#8211; $config['sess_expire_on_close'] = TRUE;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Web developer</title>
		<link>http://www.mahbubblog.com/php/killing-session-on-browser-close-in-codeigniter/comment-page-1/#comment-942</link>
		<dc:creator>Web developer</dc:creator>
		<pubDate>Tue, 17 May 2011 23:41:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.mahbubblog.com/?p=203#comment-942</guid>
		<description>Btw I there is already a function for this sess_expire_on_close</description>
		<content:encoded><![CDATA[<p>Btw I there is already a function for this sess_expire_on_close</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Web developer</title>
		<link>http://www.mahbubblog.com/php/killing-session-on-browser-close-in-codeigniter/comment-page-1/#comment-941</link>
		<dc:creator>Web developer</dc:creator>
		<pubDate>Tue, 17 May 2011 23:39:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.mahbubblog.com/?p=203#comment-941</guid>
		<description>doesnt work for me either but I found this link http://codeigniter.com/wiki/PK_Session/revision/9541/</description>
		<content:encoded><![CDATA[<p>doesnt work for me either but I found this link <a href="http://codeigniter.com/wiki/PK_Session/revision/9541/" rel="nofollow">http://codeigniter.com/wiki/PK_Session/revision/9541/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shamim</title>
		<link>http://www.mahbubblog.com/php/killing-session-on-browser-close-in-codeigniter/comment-page-1/#comment-309</link>
		<dc:creator>shamim</dc:creator>
		<pubDate>Thu, 20 May 2010 08:44:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.mahbubblog.com/?p=203#comment-309</guid>
		<description>If you set $config[&#039;sess_expiration&#039;]        = -1; then you will not permit  to pass the login page.
so if you have any update then please give so..</description>
		<content:encoded><![CDATA[<p>If you set $config['sess_expiration']        = -1; then you will not permit  to pass the login page.<br />
so if you have any update then please give so..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: riz</title>
		<link>http://www.mahbubblog.com/php/killing-session-on-browser-close-in-codeigniter/comment-page-1/#comment-308</link>
		<dc:creator>riz</dc:creator>
		<pubDate>Thu, 13 May 2010 13:02:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.mahbubblog.com/?p=203#comment-308</guid>
		<description>It does not work for me too.</description>
		<content:encoded><![CDATA[<p>It does not work for me too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lexa</title>
		<link>http://www.mahbubblog.com/php/killing-session-on-browser-close-in-codeigniter/comment-page-1/#comment-175</link>
		<dc:creator>lexa</dc:creator>
		<pubDate>Mon, 31 Aug 2009 04:46:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.mahbubblog.com/?p=203#comment-175</guid>
		<description>I use a database. It does not work!</description>
		<content:encoded><![CDATA[<p>I use a database. It does not work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mahbub</title>
		<link>http://www.mahbubblog.com/php/killing-session-on-browser-close-in-codeigniter/comment-page-1/#comment-174</link>
		<dc:creator>Mahbub</dc:creator>
		<pubDate>Sat, 29 Aug 2009 17:11:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.mahbubblog.com/?p=203#comment-174</guid>
		<description>@Zoran : It works for me. I have used database to handle the session. If I&#039;m logged in, i can browse the pages fine but when the browser closes, it doesn&#039;t. Are you using db to handle the sessions ?</description>
		<content:encoded><![CDATA[<p>@Zoran : It works for me. I have used database to handle the session. If I&#8217;m logged in, i can browse the pages fine but when the browser closes, it doesn&#8217;t. Are you using db to handle the sessions ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zoran</title>
		<link>http://www.mahbubblog.com/php/killing-session-on-browser-close-in-codeigniter/comment-page-1/#comment-173</link>
		<dc:creator>Zoran</dc:creator>
		<pubDate>Sat, 29 Aug 2009 13:23:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.mahbubblog.com/?p=203#comment-173</guid>
		<description>Nope, it doesn&#039;t work, it wont let me login at all if i put the sess_expiration to -1 and if have been logged in and try to set it to -1 while i am logged in, it logs me out.</description>
		<content:encoded><![CDATA[<p>Nope, it doesn&#8217;t work, it wont let me login at all if i put the sess_expiration to -1 and if have been logged in and try to set it to -1 while i am logged in, it logs me out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zoran</title>
		<link>http://www.mahbubblog.com/php/killing-session-on-browser-close-in-codeigniter/comment-page-1/#comment-172</link>
		<dc:creator>Zoran</dc:creator>
		<pubDate>Sat, 29 Aug 2009 13:03:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.mahbubblog.com/?p=203#comment-172</guid>
		<description>Hmm... you sure about this? I will have a look now and try it, cause i have been mucking around with the session class and i think it&#039;s the most complete class in CI, very useful, but will let you know if this tip of yours works well :)</description>
		<content:encoded><![CDATA[<p>Hmm&#8230; you sure about this? I will have a look now and try it, cause i have been mucking around with the session class and i think it&#8217;s the most complete class in CI, very useful, but will let you know if this tip of yours works well <img src='http://www.mahbubblog.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

