Link to home
Start Free TrialLog in
Avatar of hydrive1902
hydrive1902

asked on

how to log into multiple sears.com accounts (for my work)

Hi, at my work every worker has an account for sears.com because the store is right across the street from us and we very often need to buy items from the store to accommodate the tasks that we are managing. How it works is everyones account has “points” loaded to it and when someone  buys an item for a job my co workers log into their sears account and  pay for the item with points. Once they pay with points the points gets deducted from the sears.com account.

My job is to log into everyones account every day and log how many points everyone has in the account. Whenever someones points balance changes I know that a purchase was made and I have to give the coworkers a paper to fill out so the item they purchased with the points can be logged.

I have 24 coworkers so that is 24 accounts I have to log in and get the balance on every day. Typically how I log into the accounts is I open up google chrome and I have 24 bookmarks to open “sears.com” (when I click the folder and open all bookmarks, all 24 tabs load). See photo below

User generated image
Then I click on each tab and click the “login” button. I do that with all 24 tabs.

User generated image
Then I have a list with user names and passwords. I copy and paste the user names and passwords into the correct fields and once I log in it usually shows the points balance on the top of the page.

In the example below the account has 20,143 points and that is equivilant to $20.14 US dollars.

User generated image
Then I just close that tab out and write the number of points down and put the next user account info into the next page (and I do that till I have all the account balances on all 24 accounts).

Sears must have recently changed the programming however because now when I log into the first account the correct balance shows but when I close the tab and log into the next account, it shows the same balance as the previous tab. So for example if account 1 has 25,000 points (which is worth $25) all other accounts  will show $25 because it must be saving a cookie or something. So  since last week I have to do one at  time, and close the entire page out after each login. When I do that then it shows the correct balance for each account.

I was wondering if there is an easier way to do this? I know some programming on VB6 but I never did any programming with any webpages using VB6. Any ideas where to start my research would be much appreciated!
Avatar of Kyle Abrahams, PMP
Kyle Abrahams, PMP
Flag of United States of America image

I was surprised you could do what you were describing at all up until last week.

You can use multiple browsers . . . that would at least allow you to login to multiple accounts.  (Say IE login, FireFox -> login, Chrome login . . . get numbers then repeat for the following 3).

As far as integrating sears would need to expose that data via a web service or something.  There might be some kind of script you can execute against their site to pull that information but there are security risks with that.
ASKER CERTIFIED SOLUTION
Avatar of quizwedge
quizwedge
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Why would you not just contact Sears and discuss the problem with them, and they may have a solution they can give you.  It sounds like you do enough business with Sears that they would want to accommodate you with something in the way of an API summary interface or a workaround.  It sounds like they made a change to close a security hole because what you were doing sounds like they were pretty vulnerable to theft of information.

Cd&
Avatar of hydrive1902
hydrive1902

ASKER

thanks for the ideas!