Ignore:
Timestamp:
03/08/10 16:07:03 (14 years ago)
Author:
pedroerp
Message:

Ticket #950 - Merged 2139:2162 /trunk/workflow em /sandbox/workflow/trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/workflow/trunk/index.php

    r795 r2193  
    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') && ($_SERVER['HTTP_CONNECTION'] == 'close')) 
     16        if (($_GET['menuaction'] == 'workflow.run_activity.goAjax')) 
    1717        { 
    18                 if (empty($_SESSION)) 
     18                if (empty($_SESSION['phpgw_session']['session_id'])) 
    1919                { 
    2020                        /* the session is expired, return a NanoAjax exception */ 
Note: See TracChangeset for help on using the changeset viewer.