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
I am using the example files, which I set the options.tokenPersistence ot 'cookie'. Then I created a page named as aa.lp following the reference manual:
<title>Login</title>
<%
cgilua.enablesession ()
if not cgilua.authentication.username() then
cgilua.redirect(cgilua.authentication.checkURL())
else
-- continues with the application flow
end
%>
dondoanfdafd
But the login fails, and the reason is there is no Set-Cookie in 302 redirection packet.
The text was updated successfully, but these errors were encountered:
I am using the example files, which I set the options.tokenPersistence ot 'cookie'. Then I created a page named as aa.lp following the reference manual:
<title>Login</title> <% cgilua.enablesession () if not cgilua.authentication.username() then cgilua.redirect(cgilua.authentication.checkURL()) else -- continues with the application flow end %> dondoanfdafdBut the login fails, and the reason is there is no Set-Cookie in 302 redirection packet.
The text was updated successfully, but these errors were encountered: