[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ic] No session id wanted, even if no cookies


On Friday 30 July 2004 15:45, Bryan D Gmyrek wrote:
> I've seen this discussed before but looking through the docs
> can't figure out how to implement it.  The idea is that since
> over 99% of people have cookies turned on then why not just
> require cookies for everyone to avoid the ?id= stuff in URLs.

 You should be able to do it by setting the scratch variable mv_no_session_id 
to 1, usually in the catalog's config.cfg like this:

ScratchDefault   mv_no_session_id  1

 However, if that doesn't work and you really want it to be gone forever, then 
the following method will kill it for sure:

 Edit lib/Vend/Util.pm and modify the vendUrl function, commenting-out the 
following:

if (!$::Scratch->{mv_no_session_id}) {
   push @parms, "$::VN->{mv_session_id}=$id"   if $id;
}

Regards,
-- 
Chris Wenham - Synesmedia, Inc.
http://www.synesmedia.com
516-620-4110 / 1-888-255-7573

_______________________________________________
interchange-users mailing list
suppressed
http://www.icdevgroup.org/mailman/listinfo/interchange-users


Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.