Rafa
04/29/2018, 9:57 PMSessions
feature with Authentication
?
authenticate {
location<Manual> {
authenticate("kchatAuth1") {
get {
call.respondText("Success")
}
}
}
}
I only get the ApplicationCall
object once I'm already inside of the get {...}
and at that point checking to see if there's an existing session is too lateorangy
Rafa
04/29/2018, 10:00 PMDeactivated User
04/30/2018, 9:11 AMRafa
04/30/2018, 11:42 PM