Create permanent sessions (or the like)

2008-09-23 Thread Edgar Merino

Hello,

I've got a Panel that contains some AjaxLinks, when clicked they should 
refresh the data in a DataView, but if the Session expires, I get a 
PageExpired exception, is there any way to avoid this without adding a 
TimerBehavior to poll the server every N minutes? (an example of this 
can be seeing by going to the wicket examples page in the linkomatic 
application, after the session expires you can no longer click the ajax 
link counter without receiving a PageExpired exception).


Thanks in advance.

Edgar Merino

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Create permanent sessions (or the like)

2008-09-23 Thread Piller Sébastien

How about increasing the session's timeout?

Set it to 10 hours, then nobody will get a PageExpired in a normal use

Edgar Merino a écrit :

Hello,

I've got a Panel that contains some AjaxLinks, when clicked they 
should refresh the data in a DataView, but if the Session expires, I 
get a PageExpired exception, is there any way to avoid this without 
adding a TimerBehavior to poll the server every N minutes? (an example 
of this can be seeing by going to the wicket examples page in the 
linkomatic application, after the session expires you can no longer 
click the ajax link counter without receiving a PageExpired exception).


Thanks in advance.

Edgar Merino

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Create permanent sessions (or the like)

2008-09-23 Thread Edgar Merino
Would do, I think there are not many security implications in doing 
this, am I correct?


Thank you,
Edgar Merino

Piller Sébastien escribió:

How about increasing the session's timeout?

Set it to 10 hours, then nobody will get a PageExpired in a normal use

Edgar Merino a écrit :

Hello,

I've got a Panel that contains some AjaxLinks, when clicked they 
should refresh the data in a DataView, but if the Session expires, I 
get a PageExpired exception, is there any way to avoid this without 
adding a TimerBehavior to poll the server every N minutes? (an 
example of this can be seeing by going to the wicket examples page in 
the linkomatic application, after the session expires you can no 
longer click the ajax link counter without receiving a PageExpired 
exception).


Thanks in advance.

Edgar Merino

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Create permanent sessions (or the like)

2008-09-23 Thread Piller Sébastien

afaik, there isn't much...

if your manage normal data, no problem. But with financial, banking, 
etc. when you have to manage cash, or sensible data, I'd discourage you 
to do so... if a user forget to logout or to close his browser and go 
out, then anybody can continue his session.


There is probably some others potential issues, but you'll have to ask 
other ;)


Edgar Merino a écrit :
Would do, I think there are not many security implications in doing 
this, am I correct?


Thank you,
Edgar Merino



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Create permanent sessions (or the like)

2008-09-23 Thread Edgar Merino

Thank you again, no sensitive information is to be used.

Edgar Merino



Piller Sébastien escribió:

afaik, there isn't much...

if your manage normal data, no problem. But with financial, banking, 
etc. when you have to manage cash, or sensible data, I'd discourage 
you to do so... if a user forget to logout or to close his browser and 
go out, then anybody can continue his session.


There is probably some others potential issues, but you'll have to ask 
other ;)


Edgar Merino a écrit :
Would do, I think there are not many security implications in doing 
this, am I correct?


Thank you,
Edgar Merino



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]