I have a django application in 'http://zzz:2080' domain which will send post request with authentication details to ' http://zzz:7080/geoserver/j_spring_security_check' which returns a cookie. I will now call a page 'http://zzz:7080/geoserver' from 'http://zzz:2080' on button click. I need to set the cookie which i got from the post request to 'http://zzz:7080/geoserver' before the page gets reloaded or during onload. I got a cookie and set it in browser in http://zzz:2080 but when the page gets relaoded to http://zzz:7080/geoserver, the cookie gets lost. Is there any way to solve this
_______________________________________________ Geoserver-users mailing list
Please make sure you read the following two resources before posting to this list: - Earning your support instead of buying it, but Ian Turton: http://www.ianturton.com/talks/foss4g.html#/ - The GeoServer user list posting guidelines: http://geoserver.org/comm/userlist-guidelines.html If you want to request a feature or an improvement, also see this: https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
