I am implementing site with login via facebook. I call FormsAuthentication.SetAuthCookie(response.email, true); after facebook authenticates user.
认证表单超时时间设定为129600(3个月)。
Should i set session timeout to the same value? As far as I understand session timeout should be as few as possible.
如果会话超时少于形成超时,是否正常? (例如,表129600会话30)
我知道有许多类似的问题,但这个问题对我来说并不清楚。
谢谢