We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0 parents commit 1e24b05Copy full SHA for 1e24b05
.gitignore
@@ -0,0 +1,12 @@
1
+*.class
2
+
3
+# Mobile Tools for Java (J2ME)
4
+.mtj.tmp/
5
6
+# Package Files #
7
+*.jar
8
+*.war
9
+*.ear
10
11
+# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
12
+hs_err_pid*
README.md
@@ -0,0 +1,4 @@
+Redirect-Visitor-With-Cookies
+=============================
+Visitor will be redirected to another desired page if the visitor visited the page before
0 commit comments