Computer Hope

Software => Internet browsers => Topic started by: jefflynn on December 15, 2009, 01:53:58 PM

Title: Create a bookmark to login??
Post by: jefflynn on December 15, 2009, 01:53:58 PM
How do I create a bookmark that will login to the site automatically for me? Ive tried logging in and then creating the bookmark, but it doesnt work...
Title: Re: Create a bookmark to login??
Post by: patio on December 15, 2009, 04:05:39 PM
HuH ? ?

What browser for starters...
Title: Re: Create a bookmark to login??
Post by: jefflynn on December 15, 2009, 04:19:48 PM
Internet explorer. I want  to be able to make a bookmark that will log me into certain sites auomatically with my login. I know it can be done because I have one already that I pulled off a tool for my work, but I have no idea how they made it. It would save me time from logging in each time if I could just click the BM and be ready to use.
Title: Re: Create a bookmark to login??
Post by: Helpmeh on December 15, 2009, 07:05:04 PM
Can't you just use cookies?
Title: Re: Create a bookmark to login??
Post by: jefflynn on December 15, 2009, 07:07:19 PM
I dont think that would work. Cookies are automatically deleted by IT here anyways...
Title: Re: Create a bookmark to login??
Post by: BC_Programmer on December 16, 2009, 03:16:22 AM
Bookmarks only store the URL. there is no special power to have login credentials or anything included.
Title: Re: Create a bookmark to login??
Post by: jefflynn on December 16, 2009, 12:13:00 PM
Bookmarks only store the URL. there is no special power to have login credentials or anything included.

See that's what I thought, but somehow..... this one bookmark I have logs me in automatically and I'd love to know how it was done.  ???
Title: Re: Create a bookmark to login??
Post by: BC_Programmer on December 16, 2009, 12:22:02 PM
cookies.
Title: Re: Create a bookmark to login??
Post by: kpac on December 16, 2009, 12:22:48 PM
See that's what I thought, but somehow..... this one bookmark I have logs me in automatically and I'd love to know how it was done.  ???
It simply can't be done. A bookmark is only a link to page. A cookie stores login details like your username and password.
Title: Re: Create a bookmark to login??
Post by: Geek-9pm on December 16, 2009, 12:22:52 PM
Well, let me take a guess. At home you don't have the same in environment. At home you have cookies enabled and you save passwords in your browser and you bookmark things. Here on the CH login there is an option to keep you logged in. So, you probably checked that also.  8)
Title: Re: Create a bookmark to login??
Post by: kpac on December 16, 2009, 12:25:12 PM
Quote
So, you probably checked that also.
....which creates a cookie.
Title: Re: Create a bookmark to login??
Post by: jefflynn on December 16, 2009, 12:27:08 PM
Well, let me take a guess. At home you don't have the same in environment. At home you have cookies enabled and you save passwords in your browser and you bookmark things. Here on the CH login there is an option to keep you logged in. So, you probably checked that also.  8)
Well no, only because with these certain sites I login to there is no way to stay logged in. So maybe I can save the cookie after logging in? Would that work like a bookmark if I dragged it to my start menu for example?
Title: Re: Create a bookmark to login??
Post by: kpac on December 16, 2009, 12:30:34 PM
Quote
Well no, only because with these certain sites I login to there is no way to stay logged in.
What type of sites are we talking about? Bank sites?

Quote
So maybe I can save the cookie after logging in? Would that work like a bookmark if I dragged it to my start menu for example?
No, you don't create cookies, the browser does. There is nothing to drag and drop.
Title: Re: Create a bookmark to login??
Post by: jefflynn on December 16, 2009, 12:34:00 PM
No they're not secure sites like a bank site. They're sites I use as tools for work. But everytime I need to use them I have to login and since Im trouble shooting over the phone it would make my life easier if I could figure out how they (I dont know who they are) made the one bookmark that I have.
Title: Re: Create a bookmark to login??
Post by: BC_Programmer on December 16, 2009, 12:34:38 PM
maybe it's in the URL.
Title: Re: Create a bookmark to login??
Post by: kpac on December 16, 2009, 12:36:55 PM
Quote
But everytime I need to use them I have to login
Are you the only person that uses your computer at work?
Title: Re: Create a bookmark to login??
Post by: jefflynn on December 16, 2009, 12:41:42 PM
Ok I figured it out on my own actually...  ;)
In the url of the bookmark you put this at the end:
/login.do?siteMapName=******&username=******&password=******
Title: Re: Create a bookmark to login??
Post by: BC_Programmer on December 16, 2009, 12:43:01 PM
Ok I figured it out on my own actually...  ;)
In the url of the bookmark you put this at the end:
/login.do?siteMapName=******&username=******&password=******

ahh, there we go. See, it's all in the URL ;)
Title: Re: Create a bookmark to login??
Post by: kpac on December 16, 2009, 12:43:36 PM
Geez, very secure website!
Title: Re: Create a bookmark to login??
Post by: kpac on December 16, 2009, 12:44:56 PM
Most site's such as this computerhope.com use forms with the "POST" attribute, which means that what you enter into forms does not appear in the URL, but instead is stored for your session on the website.
Title: Re: Create a bookmark to login??
Post by: BC_Programmer on December 16, 2009, 12:48:29 PM
I highly doubt he has any authority over how they architecture their site...
Title: Re: Create a bookmark to login??
Post by: jefflynn on December 16, 2009, 12:56:34 PM
I highly doubt he has any authority over how they architecture their site...
Haha no, of course not. Im just a peon...  :)
Title: Re: Create a bookmark to login??
Post by: kpac on December 16, 2009, 01:38:12 PM
I highly doubt he has any authority over how they architecture their site...
I was only stating how they work!
Title: Re: Create a bookmark to login??
Post by: Geek-9pm on December 16, 2009, 03:44:11 PM
login.url
Code: [Select]
[DEFAULT]
BASEURL=http://www.computerhope.com/forum/index.php?action=login
[InternetShortcut]
URL=http://www.computerhope.com/forum/index.php?action=login
Modified=805230FE9F7ECA01E8
Is that what you want?
Title: Re: Create a bookmark to login??
Post by: patio on December 16, 2009, 05:46:48 PM
No comment.
Title: Re: Create a bookmark to login??
Post by: Helpmeh on December 16, 2009, 05:50:23 PM
....which creates a cookie.
Cookies aren't enabled on iTouches/iPhones, yet CH stays logged in...I wonder...
Title: Re: Create a bookmark to login??
Post by: Geek-9pm on December 16, 2009, 06:42:03 PM
(http://geek9pm.com/pix/monster.jpg)
Title: Re: Create a bookmark to login??
Post by: Helpmeh on December 16, 2009, 07:18:01 PM
What?