WochteR wrote: > Hi, > > past 30 min. of cartoweb inactivity session expire. > I cannot print to pdf nor tooltips doesn't work. > How can I disable session expiration by correct way? > > I have this in my php.ini: > session.use_cookies = 1
Hi Wochter, Could you check if inside the php.ini you have ; Lifetime in seconds of cookie or, if 0, until browser is restarted. session.cookie_lifetime = 0 Be carefull this parameter could be change by another directive ( inside vhost definition, or .htaccess) Normally the session would remain until you close the browser. Be carefull, your server could have a cron job that automagically (badly) delete all file where php session are stored /tmp in usual settings. > > > (Or how can I change this issue to be nicer and readable for standard users?) > > > Failure > > Class : CartoclientException > Message : Session expired: reload calling page! > Backtrace: > > file: 514 - /home/bystrica/mapserver/client/ExportPlugin.php > call: ExportPlugin->getLastMapRequest() > > file: 1379 - > /home/bystrica/mapserver/projects/bbintra/plugins/exportPdf/client/ClientExportPdf.php > call: ExportPlugin->getExportResult(Object(ExportConfiguration)) > > file: 1532 - > /home/bystrica/mapserver/projects/bbintra/plugins/exportPdf/client/ClientExportPdf.php > call: ClientExportPdf->getExport() > > file: 1172 - /home/bystrica/mapserver/client/Cartoclient.php > call: ClientExportPdf->output() > > file: 1263 - /home/bystrica/mapserver/client/Cartoclient.php > call: Cartoclient->doExport(Object(ClientExportPdf)) > > file: 33 - /home/bystrica/mapserver/htdocs/client.php > call: Cartoclient->main() > > file: 3 - /home/bystrica/mapserver/htdocs/bbintra.php > call: require_once("/home/bystrica/mapserver/htdocs/client.php") > > > > thanx > > wochter > _______________________________________________ > Cartoweb-users mailing list > Cartoweb-users@lists.maptools.org > http://lists.maptools.org/mailman/listinfo/cartoweb-users -- Bruno Friedmann [EMAIL PROTECTED] Ioda-Net Sàrl - www.ioda-net.ch 2830 Vellerat - Switzerland Tél : ++41 32 435 7171 Fax : ++41 32 435 7172 gsm : ++41 78 802 6760 C'est Facile et Cool d'Évoluer en ligne : www.cfcel.com _______________________________________________ Cartoweb-users mailing list Cartoweb-users@lists.maptools.org http://lists.maptools.org/mailman/listinfo/cartoweb-users