Session cookies from C# http request? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

Session cookies from C# http request?

To be used along with further requests

15th Sep 2018, 5:02 PM
Toni Isotalo
Toni Isotalo - avatar
4 Answers
+ 2
You can directly use http.Session class and config file to create a session variable and retetive session data.
15th Sep 2018, 9:25 PM
Jai Verma
Jai Verma - avatar
+ 1
I’m looking for the session cookies from http response added by the server to maintain the session in the other end.
16th Sep 2018, 6:29 AM
Toni Isotalo
Toni Isotalo - avatar
0
You want to create cookies using C#?
15th Sep 2018, 10:51 PM
Chris
Chris - avatar
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.
16th Sep 2018, 6:27 AM
Jai Verma
Jai Verma - avatar