Help Desk Software & Beyond
May 22, 2012, 12:50:28 AM *
Welcome, Guest. Please login or register.
To post messages you need to register. We apologize for inconvenience, but this is to prevent spam.
Registration is instant (no email verification) and we do not ask for any personal information.

Login with username, password and session length
News: Welcome to Help Desk Software forum!
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: How to link back to Help Desk system without login everytime  (Read 2607 times)
mikek
Newbie
*

Karma: 0
Posts: 11


View Profile
« on: January 11, 2007, 11:18:13 AM »

Hi, thanks for this neat little system by the way, it's just what I need.  I plan to use this completely internally just for keeping track of things to be done.  I have the "Home" link going to another internal system website and I would like to go back and forth between the two but the problem is there isn't a link I can use to go back to the Help Desk system without requiring a login again.  I know that the session is still saved because I can copy the URL (like http://blah/ttx222/ttx.cgi?cmd=helpdesk&sid=1168532032Z1284876541&style=), then go somewhere else, paste the URL in and go back still logged in.

I thought
http://blah/ttx222/ttx.cgi?cmd=helpdesk&sid=&style=
or
http://blah/ttx222/ttx.cgi is the URL that I thought might work but it doesn't.

Is this possible?  Thanks for any help.
Mike
« Last Edit: January 16, 2008, 04:54:13 PM by sparky672 » Logged
Alex
Administrator
Hero Member
*****

Karma: 22
Posts: 605



View Profile WWW
« Reply #1 on: January 11, 2007, 12:42:31 PM »

The link must include session ID (sid) value. Using Right+Click+Open in new window on 'home' link would be a solution.
Logged

Follow me on: LinkedIn
mikek
Newbie
*

Karma: 0
Posts: 11


View Profile
« Reply #2 on: January 11, 2007, 12:58:07 PM »

Ok, that's what I was afraid of.  I could hack it to pass the session ID in the "Home" link I suppose and then retrieve it in the other page for editing the link back to the Trouble Ticket system.  Nahhhh, that's ok.  People can just use separate windows like you said.

Thanks very much for your answer.
Logged
Sparky
Moderator
Hero Member
*****

Karma: 83
Posts: 2,228


stop pushing all those buttons


View Profile
« Reply #3 on: August 27, 2007, 02:03:54 AM »

Hi, thanks for this neat little system by the way, it's just what I need.  I plan to use this completely internally just for keeping track of things to be done.  I have the "Home" link going to another internal system website and I would like to go back and forth between the two but the problem is there isn't a link I can use to go back to the Help Desk system without requiring a login again.  I know that the session is still saved because I can copy the URL (like http://blah/ttx222/ttx.cgi?cmd=helpdesk&sid=1168532032Z1284876541&style=), then go somewhere else, paste the URL in and go back still logged in.

I thought
http://blah/ttx222/ttx.cgi?cmd=helpdesk&sid=&style=
or
http://blah/ttx222/ttx.cgi is the URL that I thought might work but it doesn't.

Is this possible?  Thanks for any help.
Mike

TTX Version 2.21.96 and up

Not sure if this was changed in the latest version but I have a permanent fixed link I use anywhere I want and it does not contain any SID.

../ttx.cgi?cmd=login&dologin=1&sid=&style=&login=myloginname&passwd=mypassword
&status=(PND|OPN|WFR)&qsort=open&qwindow=30


This URL does the following...

?cmd=login - calls the login command
&dologin=1 - activates the login function
&sid=  -  I leave it blank and a new session id is automatically generated.  (You can leave it out entirely)
&style=  -  I leave it blank.   (You can leave it out entirely)
&login=myloginname  -  fill in your login name
&passwd=mypassword  -  fill in your password
&status=(PND|OPN|WFR)  -  display all tickets except closed
&qsort=open  -  Sorted by creation date
qwindow=30  -  30 tickets per page

EDIT:  Ok, I realize now that this person wanted a static link that more than one operator can use.  My suggestion as a solution for a static link only works, of course, for a single operator.  Perhaps it's still a useful suggestion for others.

EDIT2:  Using Javascript, he could store the unique login/password in a cookie then dynamically generate the required link as per above.  Without the cookie, the user would have to login but it would trigger the JS to store login info in the cookie and generate a static link which is good for as long as the cookie is saved.

EDIT3:  You can add any existing form input to this URL.

&oper=name - filters tickets by operator, where name is the login
« Last Edit: July 24, 2008, 01:10:29 AM by Sparky » Logged

Did you update the paths in ttxcfg.cgi after moving TTX to your new location?   Undecided
To those seeking help.... please report back when you figure it out.  Cheesy
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1 RC3 | SMF © 2001-2006, Lewis Media Valid XHTML 1.0! Valid CSS!
Page created in 0.026 seconds with 19 queries.