#!/bin/sh
if [ $# -eq 0 ]; then
        echo "Usage: $0 <time>"
        exit
fi
/usr/bin/ICTApplication/ICTCliGateLite -call ICTGate:changeCookieExpirationTime -args int:"$1"
