[ic] session id length

Dan Bergan dan at berganconsulting.com
Mon Apr 12 03:11:21 UTC 2010


I'm still using ic 5.4.5, but I was wanting to change my session id length.

So, in Session.pm I replaced:
$Vend::SessionID = random_string();
with:
$Vend::SessionID = random_string($::Limit->{
session_id_length} ||= 8);

And then I added to my catalog.cfg:
Limit  session_id_length  12

I restarted interchange and then cleared my cookies (to get rid of my
old session id) and then visited my ic site.  But, the session id
generated is still 8 characters in length.  Is there something else
I'm missing?

Thanks -
Dan



More information about the interchange-users mailing list