sherazi Posted September 21, 2023 Report Posted September 21, 2023 i use steam-session to login to steam using this: let session = new LoginSession(EAuthTokenPlatformType.WebBrowser); it give me the cookie after logged in using this method sessionCookie = await session.getWebCookies(); when i use this cookie to stay loggedin to original steamcommunity.com site using proxy request to steam community original site using http-proxy-middleware and it loggedinto the site but only for some pages and when i go to the userprofile and inventory pages its logged me out. is the cookie which i am geeting from steam-session is usable to original steamcoomunity site? if not then what is the method to use cookie to stay loggedinto to original steamcommunity site using the cookie header Quote
Dr. McKay Posted September 21, 2023 Report Posted September 21, 2023 Yes, those cookies can be used on steamcommunity.com. Are you using them on a different IP than where you generated them? That can cause issues. Otherwise, I don't know why it wouldn't be working based on your description. Quote
sherazi Posted September 21, 2023 Author Report Posted September 21, 2023 yes i am using it on a different ip address Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.