Re: [PHP-WIN] single sign on

2006-08-16 Thread Martin Alsinet
On 05/07/06, Martin Staiger <[EMAIL PROTECTED]> wrote: dear group, how can we find out, if a user has a valid session on his windows client? We would like to use this session to authenticate in our web-application. Will we need active-x controls? You have to use an apache module: mod_auth_ssp

RE: [PHP-WIN] single sign on

2006-07-05 Thread Warren Vail
using different mysql tables for each app (and different routines, of course). Warren Vail -Original Message- From: Dale D. Attree [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 05, 2006 10:58 PM To: Martin Staiger; php-windows@lists.php.net Subject: RE: [PHP-WIN] single sign on Make u

RE: [PHP-WIN] single sign on

2006-07-05 Thread Dale D. Attree
Make use of cookies and set the expiry of the cookie to equal 8 hours. In theory, this should create a cookie every day, therefore the user will only require to logon once a day. -Original Message- From: Martin Staiger [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 05, 2006 8:34 PM To: p

RE: [PHP-WIN] single sign on

2006-07-05 Thread Warren Vail
There are lots of ways I am tempted to interpret your question, but for now I would assume that when you refer to a "valid" session, you mean a session cache that is filled with data. In PHP when you someone requests a page that contains session_start(); (when sessions are properly set up), and th