[symfony-users] Re: when the session expires and the browser is waiting for an asynchronous response...

2007-04-02 Thread Alexander Deruwe
On 02 Apr 2007, at 11:37, Hadrien Boyé wrote: > Hello, > > i use the "sfBasicSecurityUser" for the management of the user > authentication. the session time is set to 1 hour (3600 sec.) my > application is configured in order to redirect to the "login" form > when session time has expired. >

[symfony-users] Re: when the session expires and the browser is waiting for an asynchronous response...

2007-04-02 Thread Hadrien Boyé
Thank you Alexander... as the server can not change the "waiting state" of the client, i guess the best way to get through this is to send an empty response which automaticaly redirects the client to the login page. if anyone has a better or cleaner solution, i am interested. Hadrien 2007/4/2,

[symfony-users] Re: when the session expires and the browser is waiting for an asynchronous response...

2007-04-02 Thread Hadrien Boyé
i did it that way, and it works like a charm ! 2007/4/2, Hadrien Boyé <[EMAIL PROTECTED]>: > > Thank you Alexander... > > as the server can not change the "waiting state" of the client, i guess > the best way to get through this is to send an empty response which > automaticaly redirects the clien