Jul 03
Steve Piercy - Website Builder Session started and cookie set, but no vars added
Jul 03, 2015; 00:13
Steve Piercy - Website Builder
Session started and cookie set, but no vars added
In every website I've created with Lasso 8 and 9 using sessions
and cookies, I have always used the same code that does the following:
* [session_start] - starts a session and sets a cookie
* [session_addvar] - adds variables to the session
* The session is stored in Lasso's SQLite database and table
`lasso_session`.`sessions`, which I can view either through
Lasso Admin or the SQLite Database Browser desktop application.
I can see all the records.
However for only one website out of many on this given Lasso
Instance (Mac OS X 10.8.5, Lasso 9.2.7), the session starts and
loads just fine, but:
* no variables are added to the session, and
* all columns except `data` are written to `lasso_session`.`sessions`.
I'm using the Knop framework with clean URLs with mod_rewrite
for Apache 2.2.x, so either of those could be a factor. I've
thoroughly combed over everything at least three times with
extensive logging.
I've tried switching over to memory sessions to see if that
would resolve the issue, but it did not. The same pattern
occurs whether on SQLite or memory sessions.
It makes absolutely no sense. I have spent almost 10 hours
trying to figure this out, and I'm desperate for any possible or
crazy idea to troubleshoot and resolve this issue. I've
exhausted my imagination.
As a sanity check, the following code sample runs just fine and
dandy on all my websites on the Lasso instance.
https://gist.github.com/stevepiercy/2b6576d2ed8e434ef792
--steve
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Steve Piercy Website Builder Soquel, CA
<web@StevePiercy.com> <http://www.StevePiercy.com/>
#############################################################
This message is sent to you because you are subscribed to
the mailing list Lasso Lasso@lists.lassosoft.com
Official list archives available at http://www.lassotalk.com
To unsubscribe, E-mail to: <Lasso-unsubscribe@lists.lassosoft.com>
Send administrative queries to <Lasso-request@lists.lassosoft.com>
Jul 03
Ke Carlton Re: Session started and cookie set, but no vars added
Jul 03, 2015; 07:26
Ke Carlton
Re: Session started and cookie set, but no vars added
Jul 03
Steve Piercy - Website Builder Re: Session started and cookie set, but no vars added
Jul 03, 2015; 00:54
Steve Piercy - Website Builder
Re: Session started and cookie set, but no vars added
Jul 03
Ke Carlton Re: Session started and cookie set, but no vars added
Jul 03, 2015; 08:02
Ke Carlton
Re: Session started and cookie set, but no vars added
Jul 03
Steve Piercy - Website Builder Re: Session started and cookie set, but no vars added
Jul 03, 2015; 01:29
Steve Piercy - Website Builder
Re: Session started and cookie set, but no vars added
Jul 03
Ke Carlton Re: Session started and cookie set, but no vars added
Jul 03, 2015; 09:11
Ke Carlton
Re: Session started and cookie set, but no vars added
Jul 03
Steve Piercy - Website Builder Re: Session started and cookie set, but no vars added
Jul 03, 2015; 02:23
Steve Piercy - Website Builder
Re: Session started and cookie set, but no vars added
Jul 03
Ke Carlton Re: Session started and cookie set, but no vars added
Jul 03, 2015; 10:04
Ke Carlton
Re: Session started and cookie set, but no vars added
Jul 03
Steve Piercy - Website Builder Re: Session started and cookie set, but no vars added
Jul 03, 2015; 03:17
Steve Piercy - Website Builder
Re: Session started and cookie set, but no vars added
Jul 03
Ke Carlton Re: Session started and cookie set, but no vars added
Jul 03, 2015; 10:25
Ke Carlton
Re: Session started and cookie set, but no vars added
Jul 03
Ke Carlton Re: Session started and cookie set, but no vars added
Jul 03, 2015; 10:26
Ke Carlton
Re: Session started and cookie set, but no vars added
Jul 03
Steve Piercy - Website Builder Re: Session started and cookie set, but no vars added
Jul 03, 2015; 03:37
Steve Piercy - Website Builder
Re: Session started and cookie set, but no vars added
Jul 03
Jolle Carlestam Re: Session started and cookie set, but no vars added
Jul 03, 2015; 14:25
Jolle Carlestam
Re: Session started and cookie set, but no vars added
Jul 03
Steffan A. Cline Re: Session started and cookie set, but no vars added
Jul 03, 2015; 06:55
Steffan A. Cline
Re: Session started and cookie set, but no vars added
Jul 03
Kyle Jessup Re: Session started and cookie set, but no vars added
Jul 03, 2015; 10:14
Kyle Jessup
Re: Session started and cookie set, but no vars added
Jul 03
Steve Piercy - Website Builder Re: Session started and cookie set, but no vars added
Jul 03, 2015; 12:01
Steve Piercy - Website Builder
Re: Session started and cookie set, but no vars added
Jul 03
Jolle Carlestam Re: Session started and cookie set, but no vars added
Jul 03, 2015; 22:08
Jolle Carlestam
Re: Session started and cookie set, but no vars added
Jul 03
Steve Piercy - Website Builder Re: Session started and cookie set, but no vars added
Jul 03, 2015; 13:18
Steve Piercy - Website Builder
Re: Session started and cookie set, but no vars added
Jul 04
Steve Piercy - Website Builder Re: Session started and cookie set, but no vars added
Jul 04, 2015; 12:09
Steve Piercy - Website Builder
Re: Session started and cookie set, but no vars added
Jul 04
Ke Carlton Re: Session started and cookie set, but no vars added
Jul 04, 2015; 22:29
Ke Carlton
Re: Session started and cookie set, but no vars added
Jul 04
Steve Piercy - Website Builder Re: Session started and cookie set, but no vars added
Jul 04, 2015; 16:40
Steve Piercy - Website Builder
Re: Session started and cookie set, but no vars added
Jul 05
Steffan A. Cline Re: Session started and cookie set, but no vars added
Jul 05, 2015; 11:11
Steffan A. Cline
Re: Session started and cookie set, but no vars added
Jul 05
Steve Piercy - Website Builder Re: Session started and cookie set, but no vars added
Jul 05, 2015; 13:45
Steve Piercy - Website Builder
Re: Session started and cookie set, but no vars added