Re: [go-nuts] Basic Web Authentication Question

2017-01-03 Thread Seb Binet
Henry, On Tue, Jan 3, 2017 at 4:12 AM, Henry wrote: > Hi, > > I have a question regarding a form-based authentication mechanism. Given > the following situation: > > 1. User lands on the login page and attempts to sign in. > 2. The server authenticates user and sets session cookie on the http >

[go-nuts] Basic Web Authentication Question

2017-01-02 Thread Henry
Hi, I have a question regarding a form-based authentication mechanism. Given the following situation: 1. User lands on the login page and attempts to sign in. 2. The server authenticates user and sets session cookie on the http response upon successful authentication. Then, how do I get the us