ostinelli / misultin

Misultin (pronounced mee-sool-téen) is an Erlang library for building fast lightweight HTTP(S) servers, which also supports websockets.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Session cookies

egobrain opened this issue · comments

Why misultin creates session cookies for subfolders every time i call session ?
Can i set global session cookie only for root folder ?

hello,

thank you. please check if this fixes your issue. e4c76ab

r.

That's it :) Thank you.