Need help with cookies - YUM YUM

4 replies
Hey all

Just a quick one, I'll try to make this easy to understand so you can actually help me.

My Problem

I have a site called YourUtilityBroker.co.uk and basically, I didn't know how to automate the whole log in process with aweber (don't even know if you can do it) but anyway.

So the Client goes to YourUtilityBroker.co.uk, fills in the details and then get's sent to YourUtilityBroker.co.uk - (The botched membership area).

My Question

Is there a way that my client could be automatically directed to the membership area if s/he has already been in the membership area i.e. already filled in the form.

I will send them the link to the membership area in an email, but I would really like it if they didn't have to go trawling through their emails to get to the membership area.

I know this method is really cowboy style but hey, it'll work won't it?

Thanks in advance for all your help, you guys are awesome
#cookies #yum
  • Profile picture of the author imarketstuff
    hey there VP

    if you don't have access/knowledge to (php,asp,java, etc..), i recommend looking at:

    - setting cookies with javascript (you choose how long it is valid)
    - reading cookies with javascript
    - redirecting to your members area using javascript

    that's a quick summary of what you can do, quickly.

    when they signup, give them a link to a page that sets a cookie for X amount of time (30 minutes, a day, etc)

    when you are ready to move-up, you can get someone to code you a login/logout framework using some programming language.

    note:

    W3Schools Online Web Tutorials may give you some guidance with setting cookies using javascript or search google.

    peace
    Signature
    I MARKET STUFF

    {{ DiscussionBoard.errors[1863857].message }}
  • Profile picture of the author imarketstuff
    hey there VP

    what program did you use to create your video, i liked the different effects you used.. and i need to start creating my own for my service

    where did you get the music from?
    Signature
    I MARKET STUFF

    {{ DiscussionBoard.errors[1863861].message }}
    • Profile picture of the author VilPietersen@
      Originally Posted by imarketstuff View Post

      hey there VP

      what program did you use to create your video, i liked the different effects you used.. and i need to start creating my own for my service

      where did you get the music from?
      Hey there dude, I have made a post on how to do it on my blog. the link is Make a Video For FREE - Vil Pietersen

      I made the music for the Video on Reason (I'm sort of a bit of a music producer myself too). If you want me to make some promo music for you, I will

      Hope this helped
      {{ DiscussionBoard.errors[1864129].message }}
  • Profile picture of the author sameera86
    You could use cookies PHP with set_cokies function with the time duration..
    But i would like to use session variables because cookies has some disadvantages.

    But in your case cookies would be the thing that you really want.!!
    {{ DiscussionBoard.errors[1864169].message }}

Trending Topics