> > Does anyone have any insight as to what could be happening to the session > variables? >
You say your app users were logged in but after a given time the _load_settings function stopped working (stopped storing data)? Have you made an upgrade that would have changed the behavior introducing unreported backward compatibility issues?. Maybe you can debug the function to log user activity and check if the appended function is actually being executed. BTW: recently there was a request for changing the syntax for storing session files IIRC because of imcompatibilities with some special clients. -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

