Let's imagine that we have configured the session module in this way:
install(Sessions) {
cookie<SomeSession>("just_session")
}
Under what name will the cookie containing the session be set?
Let's imagine that we have configured the session module in this way:
install(Sessions) {
cookie<SomeSession>("just_session")
}
Under what name will the cookie containing the session be set?
Create a free account to access the full topic