<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Codeigniter on Laïla Atrmouh</title>
    <link>/en/tags/codeigniter/</link>
    <description>Recent content in Codeigniter on Laïla Atrmouh</description>
    <generator>Hugo</generator>
    <language>en</language>
    <copyright>&lt;a href=&#34;https://creativecommons.org/licenses/by-nc/4.0/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;CC BY-NC 4.0&lt;/a&gt;</copyright>
    <lastBuildDate>Wed, 05 Jun 2013 23:22:47 +0000</lastBuildDate>
    <atom:link href="/en/tags/codeigniter/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Sessions keep refreshing CodeIgniter</title>
      <link>/en/posts/2013/06/sessions-keep-refreshing-codeigniter/</link>
      <pubDate>Wed, 05 Jun 2013 23:22:47 +0000</pubDate>
      <guid>/en/posts/2013/06/sessions-keep-refreshing-codeigniter/</guid>
      <description>&lt;blockquote&gt;&#xA;&lt;p&gt;👴 &lt;em&gt;Careful&lt;/em&gt; You&amp;rsquo;re reading an old article ! Some links might be broken and content may be outdated&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;I had a bug once, the sessions kept expiring even though the token was still valid.&lt;/p&gt;&#xA;&lt;p&gt;I found out that CI_sessions were refreshing the session_id all the time. This was a database issue, be careful on the length of the columns in the database. The column that stored the session_id was too short and the token kept being re-generated since the old one couldn’t be recognized.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
