How to redirect to another page (for Example: to my login page) using python.

Recommended Answers

All 2 Replies

We need more infomation, are you making a webpage using python? What is it you really need solved, where are you redirecting from.

If you take a minute or two more writing down your problem people will find it a lot easier to answer any questions that arise.

We need more infomation, are you making a webpage using python? What is it you really need solved, where are you redirecting from.

If you take a minute or two more writing down your problem people will find it a lot easier to answer any questions that arise.

Hi Paulthom,

My apologies!!

Am using Trac project. In that if cookies got expired I have to redirect my current page(it may be any page inside my project) to my login page . I had tried using request.redirect("http://link"). But unfortunately its not working for me.

Kindly help me to proceed further!!!!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.