NetCoreServer icon indicating copy to clipboard operation
NetCoreServer copied to clipboard

Session Management

Open Sedighzade opened this issue 8 months ago • 3 comments
trafficstars

Thanks for your great work.

Seems we have to implement a 'Session Management' class/framework just like other web servers. There is no built-in capability in this library. Is that right?

Sedighzade avatar Feb 23 '25 07:02 Sedighzade

Hi,

What do mean by session management ?

stratdev3 avatar Feb 23 '25 17:02 stratdev3

Hi, I mean this

Sedighzade avatar Feb 23 '25 17:02 Sedighzade

No such feature.

You have to make your own Session by sublassing the HttpSession and/or abusing the whole OnReceivedRequest() like other people have done.

stratdev3 avatar Feb 23 '25 17:02 stratdev3