Ignore:
Timestamp:
03/04/10 13:52:50 (14 years ago)
Author:
viani
Message:

Ticket #951 - Revertendo commit feito por engano no branch sandbox

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/workflow/branches/603/index.php

    r2161 r2163  
    1414{ 
    1515        /* in case it's an Ajax call from the processes, then check for expired session */ 
    16         if (($_GET['menuaction'] == 'workflow.run_activity.goAjax')) 
     16        if (($_GET['menuaction'] == 'workflow.run_activity.goAjax') && ($_SERVER['HTTP_CONNECTION'] == 'close')) 
    1717        { 
    18                 if (empty($_SESSION['phpgw_session']['session_id'])) 
     18                if (empty($_SESSION)) 
    1919                { 
    2020                        /* the session is expired, return a NanoAjax exception */ 
Note: See TracChangeset for help on using the changeset viewer.