Hello, I have a couple of Quixote applications that I am working on right now (2 are deployed and 1 more to go live soon).
In each case the application does a redirect if you are not yet authenticated to the login page. The problem is that it seems that anything stashed in the session gets lost during the redirect. This is annoying as I lose important information when this happens. I have hacked the session code to say that the session has_info if there is a user defined or the field I am setting (url) but that doesn't seem to help. A quick look at the code suggests to me that the sessions don't actually get checked to see if they need saving in the case of a reject. Does anyone have any suggestions about how to fix this? (I made a preliminary attempt to adjust the Quixote code to fix this, but I was unsucessful, so I thought I'd see if anyone else had some insight.) Thanks! Jon BTW: one of the applications is a captive portal solution that will be released under an open source license soon. _______________________________________________ Quixote-users mailing list [email protected] http://mail.mems-exchange.org/mailman/listinfo/quixote-users
