我寫了一些代碼來超時會話; <?php
session_start();
// set timeout period in seconds
$inactive = 10;
// check to see if $_SESSION['timeout'] is set
if(isset($_SESSION['timeout'])) {
$SESSION_life = time() - $
我希望如果用戶在1分鐘內沒有訪問站點1分鐘(意味着瀏覽器閒置1分鐘)。當用戶點擊任何鏈接時,他的會話應該過期,他必須再次提供登錄憑證。 登錄頁面: using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.We