You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We also need to provide a way to clear LiftRules.javaScriptSettings completely, whether in stateless or stateful mode. Right now all we can do is return an empty JsObj, but we still emit some Lift JS setup stuff, rather annoyingly, even if autoIncludeAjax and friends are off.
Mailing List thread: https://groups.google.com/forum/#!topic/liftweb/nGl82UL6T4k
[Example project] https://github.com/fanf/demo-bug-lift-session
When a page is stateless (for ex with the
>> Stateless
modifier in Menu), it still get the following code at its end (which force create a session):The text was updated successfully, but these errors were encountered: