You're correct, mongoose gives you an API to manipulate HTTP headers, including Cookie header, which you can use to implement sessions support.
On Sat, May 10, 2014 at 11:33 AM, paul zwerky <[email protected]> wrote: > Hi all, > > I used mongoose server in successfully embedding to my application. Now > that the basic steps are done. I'm looking for some session management with > the server. > Does Mongoose help me any thing here? I see there is support for cookies > and stuff. I'm very new to this kind of development. Forgive if its dumb > question. > > Thanks and Regards, > Paul. > > -- > You received this message because you are subscribed to the Google Groups > "mongoose-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/mongoose-users. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "mongoose-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/mongoose-users. For more options, visit https://groups.google.com/d/optout.
