I need unique session id but each it's new unless you write something in it.
The fix looks like this Session["stubkey"] = "fsdufhusd"
in page load method.
It's pretty odd to me. Is there any way to init session or probably I do something wrong with configs?
thanks in advance.