RE: [PHP-WIN] single sign on

2006-07-05 Thread Warren Vail
If you are at the mercy of your ISP (He controls the session life time setting), and you are not happy with the timelimit he has chosen, you can override it by adding your own session processing routines. http://us2.php.net/manual/en/function.session-set-save-handler.php You can hard code the ses

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] Edit files WITHOUT down- and upload

2006-07-05 Thread Leo G. Divinagracia III
if you have a windows machine (2000 or xpm heck evene the vista beta), you can REMOTE DESKTOP into the server. uses secured connection. then you can edit the files locally... Martin Staiger wrote: dear group, we're looking for a possibility to directly edit word or excel-files that are lo

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

[PHP-WIN] single sign on

2006-07-05 Thread Martin Staiger
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? Thanks, Marc -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

[PHP-WIN] single sign on

2006-07-05 Thread Martin Staiger
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? Thanks, Marc -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.n

RE: [PHP-WIN] Edit files WITHOUT down- and upload

2006-07-05 Thread Matt Murphy
Citrix could take care of you, if you're willing to spend some money. Matt -Original Message- From: Martin Staiger [mailto:[EMAIL PROTECTED] Sent: Monday, July 03, 2006 10:01 AM To: php-windows@lists.php.net Subject: [PHP-WIN] Edit files WITHOUT down- and upload dear group, we're l