@state not being saved

2008-07-28 Thread Fred Phillips
I have a sqlite3 database with the sessions table and schema set up correctly. Sessions are created fine and put in the table, the cookie is set with the correct hash and the hash is found again but when using @state the values aren’t updated in the table. I know that Session::service is called an

Re: @state not being saved

2008-07-28 Thread Eric Mill
Is this with Camping 1.5 or Camping 2.0? -- Eric On Mon, Jul 28, 2008 at 6:05 PM, Fred Phillips <[EMAIL PROTECTED]> wrote: > I have a sqlite3 database with the sessions table and schema set up > correctly. Sessions are created fine and put in the table, the cookie > is set with the correct hash a

Re: @state not being saved

2008-07-28 Thread Alpha Chen
This happened to me... I saw an email on this list earlier about AR 2.1.0 having problems, and reverting back to 2.0.2 got session support working again. On the command line: $ gem install --version '=2.0.2' activerecord In Camping: gem 'activerecord', '=2.0.2' Alpha On Mon, Jul 28, 2008 at 9:1