Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/google-app-engine/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Google app engine Google应用程序引擎是否支持session.setMaxInactiveInterval()?_Google App Engine - Fatal编程技术网

Google app engine Google应用程序引擎是否支持session.setMaxInactiveInterval()?

Google app engine Google应用程序引擎是否支持session.setMaxInactiveInterval()?,google-app-engine,Google App Engine,Google App Engine是否支持session.setMaxInactiveInterval方法 它允许我设置该值,session.getMaxInactivativeInterval返回我设置的值,但是会话似乎仍然存在 这是应用程序引擎中的一个错误吗?不确定这是否对您有帮助:我需要为每个用户设置它,而不是为整个应用程序设置它。我也一样。我将它设置为60,当我直接打印它时,它很好地设置为60。但如果在我的服务中打印我的httpSession.getMaxInactivativeInte

Google App Engine是否支持session.setMaxInactiveInterval方法

它允许我设置该值,session.getMaxInactivativeInterval返回我设置的值,但是会话似乎仍然存在


这是应用程序引擎中的一个错误吗?

不确定这是否对您有帮助:我需要为每个用户设置它,而不是为整个应用程序设置它。我也一样。我将它设置为60,当我直接打印它时,它很好地设置为60。但如果在我的服务中打印我的httpSession.getMaxInactivativeInterval,那么它将返回到24小时86400。