Sponsored Content
Special Forums News, Links, Events and Announcements Software Releases - RSS News Web Help Desk 9.1.19 (Free Edition branch) Post 302281397 by Linux Bot on Wednesday 28th of January 2009 09:40:09 PM
Old 01-28-2009
Web Help Desk 9.1.19 (Free Edition branch)

ImageWeb Help Desk allows you to dynamically assign, track, and fulfill allof your technical support trouble tickets and customer service requestswith ease, all through an intuitive Web-based interface with two-wayemail integration. It provides seamless asset discovery and remotecontrol integration with Apple Remote Desktop, Windows Remote DesktopConnection, a VNC URL Protocol Tool, LANrev Client Management, and JAMFCasper Suite. It also integrates with LDAP, Microsoft Active Directory,Email-to-Ticket Conversion, SMTP, IMAP, and POP3License: FreewareChanges:
This release adds a Ticket Type category for ticket reports. Imported tickets now have their Created By attribute set to the tech performing the import.Image

Image

More...
 
Jifty::Web::Session::ApacheSession(3pm) 		User Contributed Perl Documentation		   Jifty::Web::Session::ApacheSession(3pm)

NAME
Jifty::Web::Session::ApacheSession - Jifty Sessions based on Apache::Session SYNOPSIS
In your etc/config.yml, using the Apache::Session::File backend: framework: Web: SessionClass: Jifty::Web::Session::ApacheSession SessionBackend: File SessionOptions: Directory: /tmp/sessions LockDirectory: /var/lock/sessions Or with Apache::Session::Memorycached backend: framework: Web: SessionClass: Jifty::Web::Session::ApacheSession SessionBackend: Memorycached SessionOptions: { servers: [ '127.0.0.1:11211' ] } new Returns a new, empty session handler, subclassing Jifty::Web::Session. id Returns the session's id if it has been loaded, or "undef" otherwise. create Creates a new session. load [ID] Load up the current session from the given "ID", or the appropriate cookie (see "cookie_name" in Jifty::Web::Session) otherwise. If both of those fail, creates a session in memory. get KEY [TYPE] See "get" in Jifty::Web::Session. set KEY => VALUE, [TYPE] See "set" in Jifty::Web::Session. remove KEY, [TYPE] See "remove" in Jifty::Web::Session. remove_all See "remove_all" in Jifty::Web::Session. continuations See "continuations" in Jifty::Web::Session. perl v5.14.2 2010-09-25 Jifty::Web::Session::ApacheSession(3pm)
All times are GMT -4. The time now is 07:29 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy