[ic] [ic]Question about Session Manager

Elvis Altherr interchange-users@interchange.redhat.com
Sat May 25 04:59:01 2002


Hi Kevin

Thanks i found the settings it works fine, but only if a customer is inside
the Shop
so i need a solution how to access the datas in the userdb table and check
it and then say hello Mrs/Mr ...
to the customer (if cookie and userdb entry is equal)

kind regards

PS to all others: no idea to implement this

Elvis


----- Original Message -----
From: "Kevin Walsh" <kevin@cursor.biz>
To: <interchange-users@interchange.redhat.com>
Sent: Saturday, May 25, 2002 1:24 AM
Subject: RE: [ic] [ic]Question about Session Manager


> >
> > for a website i created an Interchange based Shop Soloution
> >
> > now i wanna know, if it's possible to took out the Datas from the userdb
> > table, so if a already registered Shop customer returns to
> > the site, he will be welcomend and the site sets his favorites settings
> >
> > how can i do this?
> >
> I think you are looking for the CookieLogin directive.  Add the
> following to your catalog.cfg file:
>
>     CookieLogin Yes
>
> If you take a look at the Foundation login.html file, you'll find
> a block of code, surrounded with [if config CookieLogin] ... [/if].
> When the user logs in, they will have the option of ticking a
> checkbox.  Users who choose to accept a login cookie will be
> automatically logged back in when they return.
>
> Please make the login cookie optional using something like a checkbox
> as some people don't like to be presented with unexpected persistent
> cookies.  Some people use "public" browsers, like those found at
> cybercafes and libraries and are unlikely to want the next user to
> get automatically logged into their account.
>
> The CookieLogin directive is explained in the "Interchange Configuration"
> (icconfig) manual.
>
> --
>    _/   _/  _/_/_/_/  _/    _/  _/_/_/  _/    _/
>   _/_/_/   _/_/      _/    _/    _/    _/_/  _/   K e v i n   W a l s h
>  _/ _/    _/          _/ _/     _/    _/  _/_/    kevin@cursor.biz
> _/   _/  _/_/_/_/      _/    _/_/_/  _/    _/
>
> _______________________________________________
> interchange-users mailing list
> interchange-users@interchange.redhat.com
> http://interchange.redhat.com/mailman/listinfo/interchange-users
>