Adam Cameron
session.sessionid
value derived in Lucee? Looks to be something like... [application_name]_[a GUID]_0
. Is there anything more I should know beyond that?Adam Cameron
sessionmanagement
is on, is there ever a situation where session.sessionId
does not get set?foundeo
foundeo
onApplicationStart()
if it fires before onSessionStart()
then perhaps it’s not there yetfoundeo
sessionInvalidate()
I think it clears the session scope, but it’s been a while since I’ve checked the details on that.foundeo
zackster
02/25/2022, 4:44 PMAdam Cameron
session?.sessionid
anyhow. It's just for some logging, and it's not the end of the world if it ain't there.leftbower
02/25/2022, 7:38 PMonSessionEnd
will be functional again?
https://luceeserver.atlassian.net/browse/LDEV-3264Adam Cameron
leftbower
02/25/2022, 8:16 PMzackster
02/25/2022, 8:29 PMzackster
02/28/2022, 3:01 PMleftbower
02/28/2022, 4:23 PMleftbower
03/13/2022, 5:02 PM