Hellow people, in other threat i got how to login geoserver using php, and i need a routine to detect where Geoserver auto logout cause when you are in and there is a time inactive geoserver auto logout the user that are in,i need a how to, to detect that, please help.
--
Este mensaje le ha llegado mediante el servicio de correo electronico que ofrece Infomed para respaldar el cumplimiento de las misiones del Sistema Nacional de Salud. La persona que envia este correo asume el compromiso de usar el servicio a tales fines y cumplir con las regulaciones establecidas
Infomed: http://www.sld.cu/
On Fri, Mar 22, 2013 at 8:30 PM, J.Alejandro Martinez Linares
<islanis@anonymised.com> wrote:
Hellow people, in other threat i got how to login geoserver using php,
and i need a routine to detect where Geoserver auto logout cause when
you are in and there is a time inactive geoserver auto logout the user
that are in,i need a how to, to detect that, please help.
Unless you configured the security subsystem otherwise OGC requests
are not going to
create a server side session, not even if you try to authenticate
(because OGC services
are stateless, and managing thousands of sessions is expensive and not
cluster friendly).
Besides that, sessions once created are managed by the servlet
container, a generic
search on google for "java servlet session detect expired" turns out
several possible
results, including:
http://stackoverflow.com/questions/2070179/how-to-check-session-has-been-expired-in-java
Cheers
Andrea
--
Ing. Andrea Aime
@geowolf
Technical Lead
GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39 339 8844549
http://www.geo-solutions.it
http://twitter.com/geosolutions_it
-------------------------------------------------------