+ 4
Session cookies from C# http request?
To be used along with further requests
4 Respostas
+ 2
You can directly use http.Session class and config file to create a session variable and retetive session data.
+ 1
I’m looking for the session cookies from http response added by the server to maintain the session in the other end.
0
You want to create cookies using C#?
0
Session variables are different variables than cookies.
Session are maintend over server side where as cookies are client side variables.
Both are totally different and used for different purposes.